The Dreamweaver JavaScript API > Keyboard functions > dom.endOfDocument()

 

dom.endOfDocument()

Availability

Dreamweaver 3.0

Description

Moves the insertion point to the end of the document (that is, after the last visible content in the Document window, or after the closing HTML tag in the Code inspector, depending on which window has focus).

Arguments

{bShiftIsDown}

bShiftIsDown is a Boolean value indicating whether to extend the selection. If omitted, the default is false.

Returns

Nothing.

Enabler

None.